home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1254 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  5.9 KB

  1. Subject: Re: a stable 1.10? :)  list of patches...
  2. Subject: Re: MiNT 1.10 biosfs select() patch
  3. Subject: MiNT 1.10 biosfs select() patch
  4. Subject: Re: MiNT 1.10 biosfs select() patch
  5. Subject: Re: MiNT 1.10 biosfs select() patch
  6. Subject: MiNT 1.10 /dev/* time stamp patch
  7. Subject: warnings
  8. Subject: MiNT 1.10: bugs in nalloc/nfree/kmalloc
  9. Subject: MiNT 1.10: some optimizations
  10. Subject: MiNT 1.10: misc bug fixes
  11. Subject: Re: MiNT 1.10: misc bug fixes
  12. Subject: mint 1.10: biosfs.c -- bios_getxattr()
  13. Subject: Job control fix
  14. Subject: tosfs
  15. Subject: Re: MInixfs crash ...  try this :)
  16. Subject: mint 1.10: biosfs.c -- bios_getxattr()
  17. Subject: disk change crash, more patches
  18. Subject: FA_DELETE fix
  19. Subject: control ttys again
  20. Subject: more 1.10 patches...
  21. Subject: Real TIOCSETP
  22. Subject: Real TIOCSETP
  23. Subject: Re: Mint 1.10: Bug in Fselect()
  24. Subject: addroottimeout() for Mint 1.10
  25. Subject: TIOCSWINSZ fix
  26. Subject: CRMOD fix...
  27. Subject: Re: a stable 1.10? :)  (was: RE: GCC 2.5.8)
  28. Date: Mon, 28 Mar 94 21:47:00 CDT
  29. From: Juergen Lock <nox@jelal.north.de>
  30. In-Reply-To: <2d908d0e951ca@anuurn.do.open.de>; from "Martin Koehling" at Mar 23, 94 7:39 pm
  31. Message-Id: <9403281947.AA00204@jelal.north.de>
  32.  
  33. Martin Koehling writes:
  34.  
  35. > Here's a small patch for the patch: :)
  36. > *** mint110d    Sun Mar 20 19:13:10 1994
  37. > --- o:\mint110d.x    Wed Mar 23 19:23:56 1994
  38. > ***************
  39. > *** 55,61 ****
  40. >        fcookie *fc;
  41. >        XATTR *xattr;
  42. >    {
  43. > ! +#ifdef XATTR_FOLLOW_CHAIN
  44. >        FILEPTR *f;
  45. >   -    struct bios_file *b = (struct bios_file *)fc->index;
  46. >        long r;
  47. > --- 55,61 ----
  48. >        fcookie *fc;
  49. >        XATTR *xattr;
  50. >    {
  51. > ! +#ifdef FOLLOW_XATTR_CHAIN
  52. >        FILEPTR *f;
  53. >   -    struct bios_file *b = (struct bios_file *)fc->index;
  54. >        long r;
  55. > Don't we all just LOVE the C preprocessor? :-~
  56.  
  57.  fortunately it didn't affect the code... :)  here is the promised list
  58. of patches in mint110diffs:  (btw is there a ftp'able mint list archive?)
  59.  
  60. Message-Id: <9402190046.AA00186@jelal.north.de>
  61. Subject: Re: MiNT 1.10 biosfs select() patch
  62. Index: console.c dosfile.c tty.c intr.spp timeout.c
  63.  
  64. Message-Id: <199402172223.AA06552@techfac.TechFak.Uni-Bielefeld.DE>
  65. Subject: MiNT 1.10 biosfs select() patch
  66. Index: biosfs.c
  67.  
  68. Message-Id: <9402190046.AA00186@jelal.north.de>
  69. Subject: Re: MiNT 1.10 biosfs select() patch
  70. Index: fasttext.c debug.c
  71.  
  72. Message-Id: <9402190046.AA00186@jelal.north.de>
  73. Subject: Re: MiNT 1.10 biosfs select() patch
  74. Index: fasttext.c intr.spp
  75.  
  76. Message-Id: <199402171855.AA05725@techfac.TechFak.Uni-Bielefeld.DE>
  77. Subject: MiNT 1.10 /dev/* time stamp patch
  78. Index: dos.c main.c
  79.  
  80. Message-Id: <9402181223.AA06285@topo>
  81. Subject: warnings
  82. Index: dosdir.c
  83.  
  84. Message-Id: <9402180936.AA05169@issan.informatik.uni-dortmund.de>
  85. Subject: MiNT 1.10: bugs in nalloc/nfree/kmalloc
  86. Index: nalloc2.c util.c
  87.  
  88. Message-Id: <9402180939.AA05174@issan.informatik.uni-dortmund.de>
  89. Subject: MiNT 1.10: some optimizations
  90. Index: bios.c biosfs.c context.spp file.h filesys.c intr.spp mem.c
  91.     pipefs.c signal.c syscall.spp tosfs.c unifs.c util.c
  92.  
  93. Message-Id: <9402180941.AA05180@issan.informatik.uni-dortmund.de>
  94. Subject: MiNT 1.10: misc bug fixes
  95. Index: biosfs.c main.c pipefs.c proc.c procfs.c proto.h signal.c
  96.     tosfs.c tty.c unifs.c
  97.  
  98. Message-Id: <9402210933.AA11762@issan.informatik.uni-dortmund.de>
  99. Subject: Re: MiNT 1.10: misc bug fixes
  100. Index: proto.h
  101.  (used __NORETURN instead, from <compiler.h>)
  102.  
  103. Message-Id: <199402241531.KAA22340@terminator.rs.itd.umich.edu>
  104. Subject: mint 1.10: biosfs.c -- bios_getxattr()
  105. Index: biosfs.c
  106.  
  107. Message-Id: <199402270437.XAA29168@terminator.rs.itd.umich.edu>
  108. Subject: Job control fix
  109. Index: tty.c
  110.  
  111. Message-Id: <9402221314.AA11542@math.uni-muenster.de>
  112. Subject: tosfs
  113. Index: bios.c tosfs.c
  114.  (#undef'd INODE_PER_CRC)
  115.  
  116. Message-Id: <9403032044.AA00193@jelal.north.de>
  117. Subject: Re: MInixfs crash ...  try this :)
  118. Index: signal.c dosmem.c proc.c syscall.spp intr.spp
  119.  
  120. Message-Id: <199403041113.GAA22188@terminator.rs.itd.umich.edu>
  121. Subject: mint 1.10: biosfs.c -- bios_getxattr()
  122. Index: biosfs.c
  123.  
  124. Message-Id: <9403080028.AA00992@jelal.north.de>
  125. Subject: disk change crash, more patches
  126. Index: dosmem.c proc.c filesys.c dosdir.c dosfile.c proc.c
  127.  
  128. Message-Id: <9403102051.AA00648@jelal.north.de>
  129. Subject: FA_DELETE fix
  130. Index: tosfs.c
  131.  
  132. Message-Id: <9403150629.AA00350@jelal.north.de>
  133. Subject: control ttys again
  134. Index: dosmem.c biosfs.c
  135.  
  136. Message-Id: <9403201830.AA00594@jelal.north.de>
  137. Subject: more 1.10 patches...
  138. Index: proc.c dosfile.c dosmem.c proc.c dosmem.c
  139.  (updated by: <9403212113.AA00065@jelal.north.de>,
  140.   "Re: Mint 1.10: Bug in Fselect()")
  141.  
  142.  i also just rechecked the proc.c patches, and found nothing wrong except
  143. ^Ms and indentation.  oh if any of you need something to find messages by
  144. IDs, i have a little mailbox grepper in perl... :)
  145.  
  146.  and here is what i have applied since then:
  147.  
  148. Message-Id: <199402270436.XAA29045@terminator.rs.itd.umich.edu>
  149. Subject: Real TIOCSETP
  150. Index: tty.c xbios.c
  151.  
  152. Message-Id: <199403210746.CAA13867@terminator.rs.itd.umich.edu>
  153. Subject: Real TIOCSETP
  154. Index: file.h
  155.  
  156. Message-Id: <9403212113.AA00065@jelal.north.de>
  157. Subject: Re: Mint 1.10: Bug in Fselect()
  158. Index: dosfile.c
  159.  
  160. Message-Id: <9403210825.AA05871@hera.rbi.informatik.uni-frankfurt.de>
  161. Subject: addroottimeout() for Mint 1.10
  162. Index: file.h main.c proc.h proto.h timeout.c
  163.  
  164. Message-Id: <199403201035.FAA24579@terminator.rs.itd.umich.edu>
  165. Subject: TIOCSWINSZ fix
  166. Index: tty.c
  167.  
  168. Message-Id: <199403201035.FAA24593@terminator.rs.itd.umich.edu>
  169. Subject: CRMOD fix...
  170. Index: tty.c
  171.  
  172. Message-ID: <2d908d0e951ca@anuurn.do.open.de>
  173. Subject: Re: a stable 1.10? :)  (was: RE: GCC 2.5.8)
  174. Index: biosfs.c
  175.  
  176.  of course this does not mean all other posted patches don't work, these
  177. are just the ones i have tried and get me a working stable kernel.
  178. (and i think i've had not one single kernel crash since mint110diffs
  179. if that means anything... :)
  180.  
  181.  cheers
  182.     Juergen
  183. -- 
  184. J"urgen Lock / nox@jelal.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
  185.                                 ...ohne Gewehr
  186. PGP public key fingerprint =  8A 18 58 54 03 7B FC 12  1F 8B 63 C7 19 27 CF DA 
  187.